home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 103 / CD-ROM 103.iso / edu / road / road.exe / install_script.iss
Encoding:
Text File  |  2003-12-16  |  1.0 KB  |  31 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Road
  5. AppVerName=Road
  6. AppId=Road
  7. DefaultDirName={pf}\Road
  8. DefaultGroupName=Road
  9. OutputBaseFilename=road
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\ROAD.EXE"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\ROAD.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\read.me"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\Road2.rd"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\Road1.rd"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\ROAD.INI"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Road9.rd"; DestDir: "{app}"; Flags: ignoreversion 
  24.  
  25. [Run]
  26. Filename: "{app}\road.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  27.  
  28. [Icons]
  29. Name: "{group}\Road"; Filename: "{app}\road.exe"; WorkingDir: "{app}"; 
  30. Name: "{group}\Desinstalar - Road"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  31.